home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- // FILENAME: ExportAll.h
- // SUMMARY: Interface for an HTMD SaveAll
- // SUPERCLASS: Object
- // INTERFACE: None
- // PROTOCOLS: <Tool>
- // AUTHOR: Rohit Khare
- // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project
- ///////////////////////////////////////////////////////////////////////////////
- // DESCRIPTION:
- // Designed to save all open documents in the HTMD format.
- ///////////////////////////////////////////////////////////////////////////////
- // HISTORY
- // 10/31/94: Created. Implemented in just minutes, from scratch.
- ///////////////////////////////////////////////////////////////////////////////
-
- #import "eTextKernel.h"
-
- @interface ExportAll:Object <Tool>
- {
- }
-
- - exportAll:sender;
- - printAll:sender;
- @end